﻿body, p, h1, h2, h3, h4, h5, li, span, i, ul, img, a, strong, input, button, textarea, dd, dl, dt {
	margin: 0;
	padding: 0;
}
body {
	font-family: "microsoft yahei";
	font-size: 14px;
	line-height: 1;
}
* {
	-webkit-tap-highlight-color: #1568bf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li {
	list-style-type: none;
	float: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, area {
	text-decoration: none;
	outline: none;
	color: #000;
}
img {
	border: none;
	vertical-align: middle;
}
i, var, em {
	font-style: normal;
}
button {
	font-family: "microsoft yahei";
	outline: none;
	cursor: pointer;
}
iframe {
	border: none;
}
input, select, textarea {
	outline: none;
	font-family: "microsoft yahei";
}
textarea {
	resize: none;
	overflow-y: auto;
}
.at {
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.dt {
	display: table;
	width: 100%;
}
.fl-w {
	float: left;
	width: 100%;
}
.hide {
	display: none;
}
.wid {
	width: 1200px;
	margin: 0 auto;
}
.apex {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
}
.apex p {
	font-size: 12px;
	color: #5A5A5A;
	float: left;
}
.apex ul {
	float: right;
	display: table;
	margin-left: -25px;
}
.apex ul li {
	margin-left: 25px;
}
.apex ul li a {
	color: #333;
}
.apex ul li a img {
	margin-right: 5px;
}
.apex ul li:hover a {
	opacity: .8;
}
.apex ul li:hover .code {
	display: block;
}
.apex ul li .code {
	position: absolute;
	display: none;
	z-index: 1;
}
.apex ul li .code img {
	width: 120px;
}
.header {
	padding: 30px 0;
	display: table;
}
.header .left {
	float: left;
}
.header .left .logo {
	position: relative;
	width: 216px;
	height: 62px;
	float: left;
	margin-right: 40px;
}
.header .left .logo:after {
	position: absolute;
	right: -280px;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	margin-top: 10px;
	background: linear-gradient(to top, #fff, #d0d0d0, #fff);
}
.header .left .logo a {
	width: 100%;
	height: 100%;
	display: block;
}
.header .left .logo a img {
	width:480px
}
.header .left .text {
	float: left;
	margin-top: 10px;
	margin-left: 290px;
}
.header .left .text p {
	font-size: 26px;
	color: #1d191a;
	margin-bottom: 7px;
}
.header .left .text p span {
	color: #e60000;
}
.header .left .text strong {
	font-size: 20px;
	color: #fff;
	height: 32px;
	background: #1568bf;
	display: block;
	text-align: center;
	line-height: 32px;
	font-weight: normal;
	position: relative;
	width: 100%;
}
.header .left .text strong:after {
	content: '';
	position: absolute;
	width: 90%;
	left: 5%;
	height: 1px;
	background: #91b8e1;
	top: 16px;
}
.header .left .text strong span {
	position: relative;
	z-index: 1;
	background: #1568bf;
	padding: 0 10px;
}
.header .right {
	width: 24%;
	float: right;
}
.header .right img {
	float: left;
	margin-right: 12px;
}
.header .right span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-bottom: 8px;
}
.header .right b {
	font-size: 20px;
	color: #282828;
}
.nav {
	height: 50px;
	line-height: 50px;
	background: #1568bf;
}
.nav ul {
}
.nav ul li {
	position: relative;
	width: 12.3%;
	text-align: center;
	margin-left: 2px;
	height: 50px;
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
}
.nav ul li .on {
	background: #282828;
}
.nav ul li:after {
	position: absolute;
	top: 9px;
	left: -1px;
	content: "";
	width: 1px;
	height: 65%;
	background: #004e9b;
	display: block;
}
.nav ul li:before {
	position: absolute;
	top: 9px;
	left: -2px;
	content: "";
	width: 1px;
	height: 65%;
	background: #1a73cc;
	display: block;
}
.nav ul li:hover {
	background: #282828;
}
.nav ul li:first-child:before {
	display: none;
}
.nav ul li:first-child:after {
	display: none;
}
.nav ul li .down-menu {
	position: absolute;
	background: rgba(40,40,40,0.8);
	width: 100%;
	z-index: 2;
	display: none;
	left: 0;
	top: 50px;
}
.nav ul li .down-menu a {
	display: block;
	font-size: 14px;
}
.nav ul li .down-menu a:hover {
	background: #1568BF;
}
.piece {
	height: 200px;
	width: 100%;
}
.piece img {
}
.column {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #1568bf;
	margin-bottom: 45px;
}
.column .path {
	float: left;
	color: #1568bf;
	background: url(../images/ico1.jpg) left center no-repeat;
	padding-left: 25px;
}
.column .path a {
	font-size: 14px;
	color: #1568bf;
}
.column .path a.acti {
	color: #e60000;
}
.column .menu {
	float: right;
}
.column .menu ul {
}
.column .menu ul li {
	position: relative;
	width: auto;
	margin: 0 10px;
	text-align: center;
}
.column .menu ul li a {
	font-size: 16px;
	color: #5A5A5A;
	display: block;
	padding: 0 10px;
}
.column .menu ul li.acti a {
	color: #1568bf;
}
.column .menu ul li.acti:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: #1568bf;
	display: block;
}
.article {
	padding: 0 70px 0 45px;
	margin-bottom: 95px;
	overflow: hidden;
}
.article p {
	font-size: 14px;
	color: #5A5A5A;
	line-height: 30px;
}
.article p span {
	font-size: 16px;
	color: #494845;
}
.article .pic {
	display: table;
}
.article .pic img {
	vertical-align: top;
	float: left;
}
.article .pic img:nth-child(2) {
	float: right;
	margin-bottom: 24px;
}
.article .pic img:nth-child(3) {
	float: right;
}
.advisory {
	background: #1568bf;
	padding: 65px 0 60px;
	color: #fff;
}
.advisory .left {
	float: left;
}
.advisory .left img {
	float: left;
	margin-right: 8px;
}
.advisory .left b {
	font-size: 32px;
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
}
.advisory .left p {
	font-size: 16px;
}
.advisory a {
	float: right;
	font-size: 18px;
	width: 200px;
	height: 56px;
	border: 2px solid #8ab4df;
	text-align: center;
	line-height: 56px;
	border-radius: 30px;
	color: #fff;
}
.footer {
	background: #282828;
	padding-top: 85px;
}
.footer .logo {
	float: left;
	margin-right: 150px;
}
.footer .logo a {
	width: 100%;
	height: 100%;
	display: block;
	margin-bottom: 18px;
}
.footer .logo a img {
}
.footer .logo strong {
	width: 156px;
	height: 40px;
	line-height: 40px;
	background: #1568bf;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	display: block;
	font-weight: normal;
}
.footer .list {
	float: left;
	margin-bottom: 100px;
}
.footer .list ul {
	display: table;
	float: left;
	width: 155px;
}
.footer .list ul.ur {
	width: 240px;
}
.footer .list ul li {
	width: 100%;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.footer .list ul li:first-child {
	margin-bottom: 20px;
}
.footer .list ul li a {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	-webkit-transition: .2s;
}
.footer .list ul li a[href]:hover {
	color: #fff;
 trs.3s
}
.footer .qr-code {
	float: right;
	text-align: center;
}
.footer .qr-code img {
	border: 2px solid #fff;
	border-radius: 5px;
	display: block;
	margin-bottom: 10px;
}
.footer .qr-code span {
	font-size: 14px;
	color: #999;
}
.footer .copy {
	position: relative;
	height: 65px;
	line-height: 65px;
	font-size: 12px;
	color: #ffffff;
	clear: both;
}
.footer .copy a {
	color: #ffffff;
}
.footer .copy:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #404040;
	display: block;
}
.footer .copy:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #111111;
	display: block;
}
/*-------------*/



.banner {
	height:450px;
	width: 100%;
	position: relative;
}
.banner .bann {
	width: 100%;
	height: 100%;
}
.banner .bann ul {
	width: 100%;
	height: 100%;
}
.banner .bann ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .cirl {
	position: absolute;
	bottom: 12px;
	width: 50%;
	left: 25%;
	z-index: 1;
	text-align: center;
}
.banner .cirl ul {
}
.banner .cirl ul li {
	display: inline-block;
	float: none;
	width: 56px;
	height: 10px;
	background: #f0f4f9;
	margin: 0 3px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	cursor: pointer;
}
.banner .cirl ul li.acti {
	background: #4b4d50;
	border: none;
}
.title {
	border-bottom: 1px solid #d9d9d9;
	height: 42px;
	margin-top: 24px;
}
.title h2 {
	float: left;
	font-size: 32px;
	font-weight: normal;
	position: relative;
}
.title h2:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #1568bf;
	bottom: -10px;
	left: 0;
	position: absolute;
}
.title a {
	color: #fff;
	float: right;
	width: 95px;
	height: 26px;
	line-height: 26px;
	background: #1568bf;
	text-align: center;
	position: relative;
	top: 27px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.title a:hover {
	background: #282828;
}
.ico-close {
	width: 56px;
	height: 56px;
	background-image: url(../images/pic10.png);
	display: inline-block;
	vertical-align: middle;
}
.annoyance {
}
.annoyance ul {
}
.annoyance ul li {
	width: 100%;
}
.annoyance .box {
	width: 576px;
	margin-top: 60px;
	background: #f1f1f1;
	padding: 35px 25px;
}
.annoyance .box .pict {
	width: 249px;
	height: 130px;
}
.annoyance .box .text {
	margin-top: 20px;
}
.annoyance .box .text p {
	color: #5A5A5A5A5A5A;
	line-height: 1.5;
	margin-top: 8px;
	float: right;
	width: 460px;
}
.annoyance .box .text p i {
	color: #e60000;
}
.annoyance .box .text .ico-close {
	float: left;
	margin-right: 10px;
}
.products {
	height: 564px;
	background: #f2f2f2;
	overflow: hidden;
}
.pro-wrap {
	margin-top: 40px;
}
.pro-wrap .box {
	width: 576px;
	height: 295px;
}
.pro-wrap .box .pict {
	float: left;
	width: 295px;
	height: 100%;
	background: #fff;
}
.pro-wrap .box .pict .picte img {
	width: 100%;
}
.pro-wrap .box {
	margin-right: 24px;
}
.pro-wrap .box .pict .picte {
	display: table;
	width: 100%;
	text-align: center;
	height: 295px;
}
.pro-wrap .box .pict .picte i {
	display: table-cell;
	vertical-align: middle;
}
.pro-wrap .box .text {
	float: right;
    height: 100%;
    width: 281px;
    background: #1568bf;
    padding: 0 20px;
}
.pro-wrap .box .text b {
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	margin-top: 43px;
	line-height: 30px;
}
.pro-wrap .box .text p {
	color: #fff;
	opacity: .7;
	line-height: 1.5;
	height: 106px;
	margin-top: 15px;
	text-align: justify;
}
.pro-wrap .box .text a {
	width: 120px;
	height: 30px;
	background: #282828;
	text-align: center;
	line-height: 28px;
	color: #fff;
	float: left;
	border: 1px solid #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.pro-wrap .box .text a:hover {
	background: none;
	border: 1px solid #000;
}
.small-tel {
	width: 36px;
	height: 37px;
	background-image: url(../images/pic14.png);
	display: inline-block;
	vertical-align: middle;
}
.innovation {
	height: 620px;
	margin-top: 50px;
}
.innovation .layout {
	width: 600px;
}
.innovation .fl-box {
	width: 50%;
	float: left;
	background-image: url(../images/pic13.jpg);
	height: 100%;
}
.innovation .fl-box h2 {
	font-size: 38px;
	font-weight: normal;
	color: #fff;
	margin-top:50px;
}
.innovation .fl-box strong {
	font-size: 16px;
	display: block;
	font-weight: normal;
	color: #999;
	margin-top: 30px;
}
.innovation .fl-box ul {
}
.innovation .fl-box ul li {
	width: 50%;
	margin-top: 50px;
}
.innovation .fl-box ul li img {
	float: left;
}
.innovation .fl-box ul li .text {
	float: left;
	margin-left: 12px;
	width: 60%;
	margin-top: 8px;
}
.innovation .fl-box ul li b {
	display: block;
	font-size: 16px;
	color: #fff;
}
.innovation .fl-box ul li p {
	color: #999;
	line-height: 1.4;
	margin-top: 10px;
}
.innovation .fl-box h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-top: 50px;
	display: block;
	float: left;
	line-height: 37px;
}
.innovation .fl-box h3 span {
	font-size: 32px;
	position: relative;
	top: 5px;
}
.innovation .fl-box h3 i {
	margin-right: 10px;
}
.innovation .fr-box {
	background: #1568bf;


	height: 100%;

}
.innovation .fr-box .text {
	margin-top:40px;
}
.innovation .fr-box .text p {
	margin-left: 10px;
	color: #fff;
	opacity: .8;
	line-height: 1.5;
	font-size: 16px;
}
.innovation .fr-box .video {
	margin-top:15px;
}
.case {
}
.case .layout {
	margin-top: 51px;
}
.case .fl-box {
	float: left;
	width: 500px;
	height: 450px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
.case .fl-box img {
	width: 100%;
}
.case .fl-box p {
	color: #fff;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 35px;
	text-align: center;
	background: rgba(24, 93, 162,.8);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case .fl-box h4 {
	position: absolute;
	top: 50%;
	width: 100%;
}
.case .fl-box:hover .box-show {
	opacity: 1;
}
.case .fl-box:hover .box-show h4 {
	transform: scale(1);
}
.case .fl-box:hover .box-show a {
	margin-top: 150px;
}
.case .fl-box:hover p {
	bottom: -35px;
}
.case .fl-box .box-show a {
	margin-top: -150px;
}
.case .fr-box {

	width: 1200px;
}
.case .fr-box ul {
	margin-top: -10px;
}
.case .fr-box ul li {
	position: relative;
	width: 290px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
}
.case .fr-box ul li:hover .box-show {
	opacity: 1;
}
.case .fr-box ul li:hover .box-show h4 {
	transform: scale(1);
}
.case .fr-box ul li:hover .box-show a {
	margin-top: 70px;
}
.case .fr-box ul li:hover p {
	bottom: -35px;
}
.ico-sea {
	width: 40px;
	height: 40px;
	background-image: url(../images/pic18.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: inline-block;
}
.case .box-show {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(24, 93, 162,.8);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
}
.case .box-show a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case .box-show h4 {
	font-weight: normal;
	text-align: center;
	transform: scale(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case .box-show h4 span {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	padding: 5px 0;
}
.case .fr-box .box-show h4 {
	top: 60%;
	position: absolute;
	width: 100%;
}
.case .fr-box .box-show h4 span {
	font-size: 18px;
}
.case .fr-box .box-show a {
	width: 30px;
	height: 30px;
}
.case .fr-box ul .pict {
	width: 290px;
	height: 220px;
	overflow: hidden;
}
.case .fr-box ul .pict img {
	width: 100%;
}
.case .fr-box p {
	color: #fff;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 35px;
	text-align: center;
	background: rgba(24, 93, 162,.8);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ico-tel {
	width: 36px;
	height: 37px;
	background-image: url(../images/pic9.png);
	display: inline-block;
	vertical-align: middle;
}
.online {
	height: 193px;
	background: #1568bf;
}
.online .fl {
	margin-top: 58px;
}
.online .fl h2 {
	font-weight: normal;
	font-size: 32px;
	color: #fff;
}
.online .fl h2 i {
	margin-top: -6px;
	margin-right: 15px;
}
.online .fl p {
	font-size: 16px;
	color: #fff;
	margin-top: 11px;
}
.online .fr {
	margin-top: 66px;
}
.online .fr a {
	width: 199px;
	height: 56px;
	border: 2px solid rgba(255,255,255,.5);
	color: #fff;
	display: block;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 52px;
}
.enter {
	height: 711px;
	margin-top: 40px;
}
.enter .layout {
	width: 600px;
	padding: 0 40px;
}
.enter .text {
	margin-top: 130px;
}
.enter .text h2 {
	font-weight: normal;
	font-size: 38px;
	color: #fff;
}
.enter .text p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-top: 20px;
}
.enter .text p var {
	opacity: .7;
}
.enter .text p a {
	color: #fff;
	font-size: 14px;
	margin-left: 6px;
}
.enter .text-cirl {
	float: right;
	font-size: 0;
	margin-top: 42px;
}
.enter .text-cirl a {
	margin: 0 4px;
	cursor: pointer;
}
.enter .text-cirl span i {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
	margin: 0 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.enter .text-cirl span .acti {
	opacity: 1;
}
.enter .fl-box {
	width: 50%;
	float: left;
	height: 711px;
	background: #1568bf;
}
.enter .fr-box {
	width: 50%;
	float: right;
	height: 711px;
	background-image: url(../images/pic13.jpg);
}
.enter .scroll {
	margin-top: 18px;
}
.enter .scroll ul {
}
.enter .scroll ul li {
	width: 520px;
}
.enter .scroll ul li .box {
	height: 221px;
	width: 247px;
	background: #ffffff;
}
.enter .scroll ul li .box .pict {
	width: 237px;
	height: 175px;
	margin: 0 auto;
	margin-top: 5px;
}
.enter .scroll ul li .box .pict img {
	width: 100%;
	height: 100%;
}
.enter .scroll ul li .box p {
	text-align: center;
	font-size: 16px;
	color: #5A5A5A;
	line-height: 40px;
}
.dynamics {
	height: 674px;
	background: #f2f2f2;
	padding-top: 24px;
}
.dynamics .fl-layout {
	float: left;
	width: 594px;
}
.dynamics .fl-layout .tabs {
	border-bottom: 1px solid #d9d9d9;
	height: 60px;
}
.dynamics .fl-layout .tabs p {
}
.dynamics .fl-layout .tabs p span {
	cursor: pointer;
	float: left;
	width: 181px;
	height: 59px;
	text-align: center;
	font-size: 26px;
	line-height: 59px;
	background: #282828;
	color: #fff;
}
.dynamics .fl-layout .tabs p .acti {
	background: #1568bf;
}
.dynamics .fl-layout .tabs a {
	float: right;
	font-size: 16px;
	color: #999;
	line-height: 60px;
}
.dynamics .fl-layout .tabs a:hover {
	color: #1568bf;
}
.dynamics .lar-box {
	margin-top: 25px;
}
.dynamics .lar-box .pict {
	float: left;
	width: 182px;
	height: 128px;
	background: #fff;
	text-align: center;
}
.dynamics .lar-box .pict img {
	width: 172px;
	height: 118px;
	margin-top: 5px;
}
.dynamics .lar-box .text {
	width: 392px;
	float: right;
}
.dynamics .lar-box .text b {
	font-weight: normal;
	font-size: 16px;
	color: #282828;
}
.dynamics .lar-box .text p {
	line-height: 1.6;
	margin-top: 12px;
}
.dynamics .lar-box .text p var {
	color: #888;
}
.dynamics .lar-box .text p a {
}
.dynamics .lar-box .text p a:hover {
	opacity: .7;
}
.dynamics .fl-layout ul {
}
.dynamics .fl-layout ul li {
	margin-top: 25px;
	width: 100%;
	position: relative;
}
.dynamics .fl-layout ul li:after {
	content: '';
	width: 4px;
	height: 4px;
	background: #000;
	position: absolute;
	left: 0;
	top: 4px;
}
.dynamics .fl-layout ul li a {
	color: #555;
	display: block;
	float: left;
	padding-left: 10px;
}
.dynamics .fl-layout ul li span {
	color: #888;
	float: right;
}
.dynamics .fl-layout ul li a:hover {
	color: #1568bf;
}
.dynamics .fr-layout {
	float: right;
	width: 544px;
}
.dynamics .fr-layout .title {
	margin-top: 18px;
}
.dynamics .fr-layout ul {
}
.dynamics .fr-layout ul li {
	width: 100%;
	border-bottom: 1px dashed #a1a1a1;
	padding: 27px 0;
}
.dynamics .fr-layout ul li i {
	margin-right: 12px;
	width: 22px;
	height: 22px;
	float: left;
	border-radius: 3px;
	background: #1568bf;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}
.dynamics .fr-layout ul li p {
	color: #282828;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
}
.dynamics .fr-layout ul li .tet {
	margin-top: 20px;
}
.dynamics .fr-layout ul li .tet i {
	background: #c80000;
}
.dynamics .fr-layout ul li .tet span {
	font-size: 16px;
	color: #999;
	line-height: 22px;
	float: left;
	width: 510px;
	height: 44px;
}
#marquee4 {
	height: 404px;
	overflow: hidden;
	margin-top: 20px;
}
.advantage {
	height: 2437px;
	background: url(../images/pic19.jpg) center top no-repeat;
	overflow: hidden;
}
.ad-title {
	margin-top: 91px;
}
.ad-title h2 {
	height: 81px;
	line-height: 81px;
	background: #282828;
	float: left;
	border-radius: 6px;
	color: #fff;
	font-size: 48px;
	padding: 0 20px;
	margin-left: 50px;
}
.ad-title h2 i {
	color: #e60000;
}
.ad-title h3 {
	float: right;
	font-size: 46px;
	color: #fff;
	margin-right: 73px;
}
.ad-title h3 span {
	display: block;
	font-family: "Arial";
	opacity: .5;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 12px;
}
.advantage ul {
	margin-top: 80px;
}
.advantage li {
	margin-top: 104px;
	width: 100%;
	position: relative;
}
.advantage li .pict {
}
.advantage li .abs {
	position: absolute;
}
.advantage li .fr {
	right: 0;
	top: -50px;
}
.advantage li .fl {
	left: -26px;
	top: 0;
}
.advantage li .text {
	width: 644px;
	margin-top: 50px;
}
.advantage li h4 {
	width: 116px;
	height: 204px;
	background: #0c58a7;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	float: left;
}
.advantage li h4 var {
	font-family: "Arial";
	font-size: 60px;
	display: block;
	background-image: url(../images/pic19.png);
	line-height: 111px;
	height: 111px;
}
.advantage li h4 span {
	font-size: 36px;
	display: block;
	letter-spacing: 4px;
	line-height: 93px;
}
.advantage li .cn-txt {
	float: left;
	margin-left: 35px;
	margin-top: 20px;
	width: 492px;
}
.advantage li .mt5 {
	margin-top: 5px;
}
.advantage li .cn-txt b {
	font-size: 32px;
	color: #282828;
	font-weight: normal;
	white-space: nowrap;
}
.advantage li .cn-txt b i {
	color: #1568bf;
}
.advantage li .cn-txt span {
	color: #b8b8b8;
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.advantage li .cn-txt p {
	color: #5A5A5A;
	margin-top: 15px;
	line-height: 23px;
	font-size: 16px;
}
.advantage li .cn-txt p i {
	width: 29px;
	height: 23px;
	background-image: url(../images/pic20.png);
	float: left;
	margin-right: 12px;
}
.advantage li .color h1 {
	background: #004995;
}
.advantage li .color .cn-txt {
}
.advantage li .color .cn-txt b {
	color: #fff;
}
.advantage li .color .cn-txt span {
	color: #fff;
	opacity: .5;
}
.advantage li .color .cn-txt p {
	color: #fff;
	opacity: .9;
}
.advantage li .color .cn-txt p i {
	background-image: url(../images/pic25.png);
}
.country {
	margin-top: 60px;
	position: relative;
}
.country p {
	font-size: 38px !important;
	float: left;
	opacity: 1 !important;
	margin-left: 15px;
	margin-top: 0 !important;
}
.country span {
	opacity: 1 !important;
	font-size: 16px;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
.country a {
	width: 199px;
	height: 56px;
	border: 2px solid #8ab4df;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	text-align: center;
	line-height: 52px;
	right: -46px;
	top: 14px;
}
.ico-coun-tel {
	width: 57px;
	height: 58px;
	background-image: url(../images/pic27.png);
	float: left;
}
/* 通用分页样式 */

.pages {
	height: 80px;
	padding: 5px 0;
	margin-top: 15px;
	clear: both;
	text-align: center;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.pages li {
	display: inline-block;
	margin-right: 5px;
	float: none;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #5A5A5A;
}
.pages li a:hover {
	border: 1px solid #1568bf;
	background: #1568bf;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #1568bf;
	background: #1568bf;
	color: #fff;
}
/*图片列表*/

.met_editor {
	width: 1200px;
	margin: 0 auto;
}
.xiangguan li {
	width: 275px;
	height: 250px;
	display: block;
	float: left;
	margin: 14px;
}
.xiangguan .bimg{
	width: 275px;
	height: 214px;
	padding: 2px;

overflow:hidden;
}
	
.xiangguan .bimg img {
	width: 275px;
	height: 214px;
	padding: 2px;
	border: 1px solid #eee;	
	transition:all 1s

}
.xiangguan .fc_wen {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}


.xiangguan li a:hover .bimg img{ transform:scale(1.2)}
.xiangguan li a:hover .fc_wen{ color:#F00}

/*合作客户*/

.xiangguan2 li {
	width: 230px;
	height: 170px;
	display: block;
	float: left;
	margin: 5px;
}
.xiangguan2 .bimg img {
	width: 230px;
	height: 132px;
	padding: 2px;
	border: 1px solid #eee;
}
.xiangguan2 .fc_wen {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
/* 首页关于我们css */

.picScroll-left {
	width: 600px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/arrow2.png) no-repeat;
	opacity: .5;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
}
.picScroll-left .hd ul li.on {
	opacity: 1;
}
.picScroll-left .bd {
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 11px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 260px;
	height: 175px;
	display: block;
	border: 5px solid #fff;
}
.picScroll-left .bd ul li .pic a:hover img {
}
.picScroll-left .bd ul li .title2 {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 5px;
	background: #fff;
}
.picScroll-left .bd ul li .title2 a {
	color: #5A5A5A!important;
}
/* 首页专利证书css */

.picScroll-left2 {
	width: 525px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.picScroll-left2 .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.picScroll-left2 .hd .prev, .picScroll-left2 .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/arrow2.png) no-repeat;
	opacity: .5;
}
.picScroll-left2 .hd .next {
	background-position: 0 -50px;
}
.picScroll-left2 .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left2 .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left2 .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left2 .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
}
.picScroll-left2 .hd ul li.on {
	opacity: 1;
}
.picScroll-left2 .bd {
}
.picScroll-left2 .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left2 .bd ul li {
	margin: 0 11px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left2 .bd ul li .pic {
	text-align: center;
}
.picScroll-left2 .bd ul li .pic img {
	width: 239px;
	height: 175px;
	display: block;
	border: 5px solid #fff;
}
.picScroll-left2 .bd ul li .pic a:hover img {
}
.picScroll-left2 .bd ul li .title2 {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 5px;
	background: #fff;
}
.picScroll-left2 .bd ul li .title2 a {
	color: #5A5A5A!important;
}
/*新闻列表*/

.w_1000 {
	width: 1200px;
	margin: auto;
}
.c_1000_8 li {
	width: 1200px;
	padding: 0 20px 30px 20px;
	border-bottom: 1px #bcbcbc dotted;
	margin-bottom: 30px;
	float: left;
}
.ns_pic {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.ns_pic img {
	width: 300px;
	height: 235px;
}
.ns_r {
	width: 825px;
	float: left;
}
.c_1000_8 li .z1 {
	width: 825px;
}
.c_1000_8 li .z1 .z_1 a {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	line-height: 50px;
}
.c_1000_8 li .z2 {
	width: 100%;
	line-height: 32px;
	color: #bcbcbc;
}
.c_1000_8 li .z3 {
	margin: 5px 0 15px 0;
}
.c_1000_8 li .z3 a {
	width: 100%;
	line-height: 27px;
	padding-top: 5px;
	color: #999;
}
.c_1000_8 li .z_2 a {
	float: left;
	padding: 0 25px;
	display: block;
	line-height: 30px;
	color: #1568bf;
	border: 1px solid #1568bf;
	width: 125px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	border-radius: 25px;
}
/*新闻详细*/

.news_xx01 {
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #1568bf;
	font-weight: 700;
}
.news_xx02 {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 35px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.news_xx03 {
	padding: 20px;
}
.news_xx03 p {
	font-size: 16px;
	line-height: 30px;
	color: #5A5A5A;
}
.news_sx {
	padding: 0 20px;
	height: 40px;
	border: 1px solid #ddd;
	line-height: 40px;
	color: #333;
}
.news_sx a {
	color: #1568bf;
}
.n_s {
	width: 49%;
	float: left;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 49%;
	float: right;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_xg {
	margin: 40px 0;
	background: #f5f5f5;
	overflow: hidden;
}
.rec-title {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
	color: #1568bf;
	font-weight: 700;
	background: #eee;
}
.nx_li ul li {
	float: left;
	margin-right: 30px;
	width: 557px;
	height: 32px;
	line-height: 28px;
}
.nx_li {
	overflow: hidden;
	margin-left: 25px;
	padding: 20px 0;
}
.nx_li ul li a {
	display: block;
	width: 470px;
	line-height: 32px;
	background: url(../images/ly_li.png) no-repeat left center;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.nx_li ul li span {
	float: right;
	color: #999;
	line-height: 32px;
}
.case_xx {
	width: 1200px;
	margin: 0 auto;
}
.pro_list {
	width: 1200px;
	margin-top: 10px;
	margin: 0 auto;
	overflow: hidden;
}
.p_r {
	width: 270px;
	float: left;
	margin-right: 10px;

	margin-bottom: 40px;
}
.p_l {
}
.p_l2 {
	width: 920px;
	float: right;
}
.pr_title {
	height: 100px;
	background: #1568bf;
	padding-left: 35px;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	line-height: 130px;
	border-bottom: 1px solid #0755a7;
}
.pr_li {
	background: #f5f5f5;
	overflow: hidden;
}
.pr_li .on {
	background: url(../images/ly_li2.png) #1568bf no-repeat 35px center;
}
.pr_li .on a {
	color: #fff;
}
.pr_li li {
	display: block;
	width: 100%;
	padding-left: 50px;
	height: 50px;
	background: url(../images/ly_li.png) no-repeat 35px center;
	border-bottom: 1px solid #ddd;
}
.pr_li li a {
	display: block;
	width: 100%;
	color: #333;
	line-height: 50px;
	font-size: 16px;
}
.p_l {
	overflow: hidden;
}
.p_l li {
	display: block;
	float: left;
	width: 283px;
	height: 300px;
	margin: 0 8px;
}
.p_l li .bimg{
	width: 283px;
	height: 250px; overflow:hidden;padding: 3px;border: 5px solid #f5f5f5; }
.p_l li .bimg img {
	width: 265px;
	height: 233px;
	padding: 3px;
	transition:all 1s
}
.p_l li .bimg:hover img{ transform:scale(1.2)}
.p_l li span {
	display: block;
	width: 283px;
	padding: 0 10px;
	background: #f5f5f5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
	line-height: 50px;
	color: #5A5A5A;
	text-align: center;
}
.p_l li:hover img {
	width: 283px;
	padding: 3px;
	border: 5px solid #1568bf;
}
.p_l li:hover span {
	color: #fff;
	background: #1568bf;
}
.pr_xx h4 {
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #1568bf;
	font-size: 16px;
}
.pr_xx div {
	padding: 10px;
}
.pr_xx div p{
	line-height:30px !important
}
.pro_xg {
	overflow: hidden;
	margin: 30px 0;
}
.pro_xg h2 {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
	color: #1568bf;
	background: #eee;
}
.pro_xg li {
	margin: 20px 6px 0 6px!important;
}
.n_lx {
	margin-top: 30px;
	overflow: hidden;
	width: 270px;
	border: 1px solid #fff;
	margin-bottom: 40px;
}
.nl_tit {
	height: 60px;
	background: #1568bf;
	padding-left: 35px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
	border-bottom: 1px solid #0755a7;
}
.nl_wen {
	padding: 10px;
}
.nl_wen p {
	line-height: 30px;
	font-size: 14px;
	color: #5A5A5A;
}
.nl_tu {
	padding-left: 70px;
	background: url(../images/nltel.png) no-repeat 10px 0px;
	height: 60px;
	margin-top: 15px;
}
.nl_tu .nl_tu01 {
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
.nl_tu .nl_tu02 {
	font-size: 26px;
	color: #e60000;
	line-height: 22px;
	font-weight: 700;
}
.ditu {
	width: 600px;
	float: left;
	padding: 2px;
	border: 1px solid #ddd;
	margin-right: 30px;
}
.ditu_r {
	width: 350px;
	float: left;
	margin-top: 30px;
}

.nav_f {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}
.wenhua {
	width: 440px;
	float: left;
}
.wenhuatu {
	width: 600px;
	margin-top: 30px;
	float: right;
}
.webform {
	width: 100% !important;
	height: 500px !important;
}
.accordion {width:100%; height:auto; clear:both;background: #FFF; border:0px solid #0C3}
.accordion .link {
background: url("../images/leftbigclassbg4.jpg") no-repeat  center ; text-align:center; color:#FFFFFF; padding-top:0px;  
 font-size: 14px; display: block;height: 40px; line-height: 40px;border-bottom:0px dotted rgb(204, 204, 204); clear:both;
}
.submenu {margin:0px; width:100%;border-top:0px dotted rgb(204, 204, 204) ;clear:both; height:auto;  overflow:hidden;}
.submenu li {border-bottom: 0px solid #4b4a5e;width: 50%; float:left; margin:0px; padding:0px; list-style:none; border:0px; }
.submenu a { background: none; margin: 0px; padding-left:20px; text-align:left; color: #333; font-size: 12px; float: left;display: block;height: 25px; line-height:25px;background: url("../images/cion2.png") no-repeat 15px ;}
.submenu a:hover {color:#F00; }